home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / DynamicElements / HyperlinkEx4.wo / HyperlinkEx4.wod < prev    next >
Encoding:
Text File  |  1996-03-08  |  317 b   |  10 lines

  1. // Navigation bar at top of page
  2. NAVLISTEXAMPLE: NavListExample {}; 
  3.  
  4. // Declares the example elements
  5. LINK: WOHyperlink {action = setPage2Message};
  6. LINK_TEXT: WOString {value = linkLabel;};
  7.  
  8. // The component that lets you view the source code of the example
  9. SHOWSOURCE: CodeViewer {componentName = "HyperlinkEx4"}; 
  10.